home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 83
/
(Vol 83) My Disc.iso
/
Games
/
blobz.swf
/
scripts
/
frame_396
/
DoAction.as
Wrap
Text File
|
2008-08-08
|
244b
|
14 lines
continuebtn.onRelease = function()
{
gotoAndPlay(196);
};
continuebtn.onKeyDown = function()
{
if(Key.getCode() == 32)
{
Key.removeListener(continuebtn);
this.onRelease();
}
};
Key.addListener(continuebtn);